runtime.wbBuf.putFast (method)

8 uses

	runtime (current package)
		atomic_pointer.go#L23: 	if !getg().m.p.ptr().wbBuf.putFast(*slot, uintptr(new)) {
		mbitmap.go#L608: 				if !buf.putFast(*dstx, 0) {
		mbitmap.go#L619: 				if !buf.putFast(*dstx, *srcx) {
		mbitmap.go#L649: 			if !buf.putFast(0, *srcx) {
		mbitmap.go#L684: 				if !buf.putFast(*dstx, 0) {
		mbitmap.go#L689: 				if !buf.putFast(*dstx, *srcx) {
		mbitmap.go#L743: 			if !buf.putFast(*dstx, *srcx) {
		mwbbuf.go#L144: func (b *wbBuf) putFast(old, new uintptr) bool {